GtkStyleContext: Use correct type for animation duration.
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 22 Nov 2010 02:45:59 +0000 (03:45 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:39:26 +0000 (15:39 +0100)
gtk/gtkstylecontext.c

index adb9cd005fdfbe0fa0c182b21188c90324b55d7e..3303e74f11431d38ce4bf1b44e2de4196547860a 100644 (file)
@@ -583,7 +583,7 @@ timeline_finished_cb (GtkTimeline *timeline,
 static AnimationInfo *
 animation_info_new (GtkStyleContext         *context,
                     gpointer                 region_id,
-                    gdouble                  duration,
+                    guint                    duration,
                     GtkTimelineProgressType  progress_type,
                     gboolean                 loop,
                     GtkStateType             state,